home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / util307.arc / SETRO.DOC < prev    next >
Text File  |  1987-03-04  |  2KB  |  48 lines

  1.                               SetRO
  2.  
  3.         The following is produced by entering SetRO > SetRO.DOC --
  4.  
  5.             [SetRO version 1.00]
  6.             The SetRO utility Sets files as Read-Only.
  7.             It reverses the action of the ClearRO.
  8.             Wild-cards and pathnames may be used.
  9.             The user is prompted at each file.
  10.  
  11.             Syntax:
  12.               SetRO [Path]FileSpec [OptionList]
  13.  
  14.             OptionList:
  15.              /Terse -Terse Suppress version message
  16.              /Yes   -Yes   Automatic "Yes" response
  17.  
  18.             Public Domain 1984 by Lewis Haupt
  19.             P.O.Box 25363, Houston, Tx  77265
  20.  
  21.         PC DOS version 2.00 or greater is required.
  22.         Options may be preceded by "/" or by " -".
  23.  
  24.         Examples --
  25.  
  26.             -- Using full directory specifications.
  27.             C> SetRO C:\DIRA\*.*
  28.             [SetRO Version 1.00]
  29.             Press Y to set, N to skip, ESC to stop.
  30.  
  31.                     Protect ABCD.DOC? Yes
  32.                     Protect EDGHI.DOC? No
  33.                     Protect JKL.DOC? Yes
  34.                     Protect MNOP.DOC? Stop
  35.  
  36.             -- Current disk and directory.
  37.             C> SetRO *.*
  38.             [SetRO Version 1.00]
  39.             Press Y to set, N to skip, ESC to stop.
  40.  
  41.                     Protect erase ABCD.DOC? Yes
  42.                     Protect EDGHI.DOC? No
  43.                     Protect JKL.DOC? Yes
  44.                     Protect MNOP.DOC? Stop
  45.  
  46. 
  47.               Protect EDGHI.DOC? No
  48.                     Prot